home *** CD-ROM | disk | FTP | other *** search
/ Aminet 33 / Aminet 33 - October 1999.iso / Aminet / util / misc / VMM_src.lha / VMM / cat / VMM-Handler.cd < prev   
Encoding:
Text File  |  1995-12-16  |  3.2 KB  |  172 lines

  1. #language english
  2. #version 1
  3. #basename VMM
  4. ;
  5. msgNotEnoughMem (//)
  6. Not enough memory
  7. ;
  8. msgNoPagingFile (//)
  9. Couldn't open paging file
  10. ;
  11. msgNoSpace (//)
  12. Not enough space on disk
  13. ;
  14. msgFailedIo (//)
  15. IO to paging device failed
  16. ;
  17. msgFileIsDir (//)
  18. Pagefile is a directory
  19. ;
  20. msgInternal (//)
  21. Internal error.\n\
  22. Contact author: apel@tecmath.de
  23. ;
  24. msgInhibitFailed (//)
  25. Couldn't inhibit DOS from using partition
  26. ;
  27. msgWrongBlocksize (//)
  28. FFS partition with blocksize != 512 bytes
  29. ;
  30. msgNoDiskinfo (//)
  31. Couldn't get information about disk
  32. ;
  33. msgNotValidated (//)
  34. Partition not validated
  35. ;
  36. msgOutOfBounds (//)
  37. Internal error:\nAccessing page out of partition bounds\n\
  38. Contact author: apel@tecmath.de
  39. ;
  40. msgNoFFS (//)
  41. Pseudo partition not on a FFS disk
  42. ;
  43. msgNoConfigFile (//)
  44. Couldn't find configuration file.\n\
  45. Use the 'Use' or 'Save' button in the GUI
  46. ;
  47. msgCorruptCfgFile (//)
  48. Either VMM.prefs or\nVMM_MMU.config is corrupted.
  49. ;
  50. msgVolumeNotFound (//)
  51. Invalid location of paging file\n(Volume not found)
  52. ;
  53. msgLowVersion (//)
  54. Need at least V37 of OS to run
  55. ;
  56. msgNoDOS (//)
  57. Couldn't open dos.library
  58. ;
  59. msgNoIntuition (//)
  60. Couldn't open intuition.library
  61. ;
  62. msgNoGfx (//)
  63. Couldn't open graphics.library
  64. ;
  65. msgNoUtility (//)
  66. Couldn't open utility.library
  67. ;
  68. msgNoExpansion (//)
  69. Couldn't open expansion.library
  70. ;
  71. msgNoCommodities (//)
  72. Couldn't open commodities.library
  73. ;
  74. msgWrongCPU (//)
  75. Need a MMU to run this program
  76. ;
  77. msgNoAddrSpace (//)
  78. Couldn't allocate address space\nfor virtual memory
  79. ;
  80. msgNoPrefs (//)
  81. Couldn't locate VMM main program
  82. ;
  83. msgNoStatwindow (//)
  84. Couldn't open statistics window
  85. ;
  86. msgNoRexx (//)
  87. Couldn't open rexxsyslib.library
  88. ;
  89. ; The following message is used by the ErrorTask to format its error message
  90. ; it has to contain three %s
  91. msgGenericError (//)
  92. %s from task %s:\n%s
  93. ;
  94. msgMessage (//)
  95. Message
  96. ;
  97. msgError (//)
  98. Error
  99. ;
  100. msgOK (//)
  101. OK
  102. ;
  103. msgReboot (//)
  104. Reboot
  105. ;
  106. ; Has to contain one %s for the device name
  107. msgNoDevice (//)
  108. Couldn't open %s
  109. ;
  110. msgNoTimer (//)
  111. Couldn't initialize timer
  112. ;
  113. msgPPTooLarge (//)
  114. Not enough space for pseudo-partition.\n\
  115. Space left on device is %ld MB
  116. ;
  117. msgTooFragmented (//)
  118. Your harddisk is too fragmented\nLargest contiguous chunk is %ld MB.\n\
  119. Resize pseudo-partition or reorganize your disk
  120. ;
  121. msgVMMLibStillOpen (//)
  122. Can't quit. VMM.library is still opened
  123. ;
  124. msgNotEnoughFrames (//)
  125. Can't quit. Not enough page frames\nto store still allocated memory in.
  126. ;
  127. msgStillVMAllocated (//)
  128. There is still virtual memory allocated\n\
  129. These chunks are loaded into physical memory\nand VMM will quit.
  130. ;
  131. msgUnusedPartition (//)
  132. Partition %s has not been used\nfor paging yet. Overwrite it ?
  133. ;
  134. msgUseCancel (//)
  135. Use|Cancel
  136. ;
  137. msgDeleteFile (//)
  138. File %s is not\ncontiguous or has wrong size.\nDelete it ?
  139. ;
  140. msgDeleteCancel (//)
  141. Delete|Cancel
  142. ;
  143. msgPageDevChanged (//)
  144. You cannot change parameter of the paging device\n\
  145. while VMM is running. Your changes will only take\n\
  146. effect after the next start of VMM.
  147. ;
  148. msgVMFree (//)
  149. Virtual memory free:
  150. ;
  151. msgPublicFastFree (//)
  152. Public Fast Mem free:
  153. ;
  154. msgNumPF (//)
  155. Number of pagefaults:
  156. ;
  157. msgNumRead (//)
  158. Number of pages read:
  159. ;
  160. msgNumWritten (//)
  161. Number of pages written:
  162. ;
  163. msgNumFrames (//)
  164. Number of page frames:
  165. ;
  166. msgPagesUsed (//)
  167. Pages used on device:
  168. ;
  169. msgDynMapFailed (//)
  170. Could not install pagetable for dynamic MMU configuration.\n\
  171. Task stopped.
  172.